home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Freeware / DiskMaster / Rexx / Duplicate.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  2002-10-27  |  135 b   |  8 lines

  1. /* $VER: Duplicate 1.0 (16.9.93)
  2. 9/16/93  J. Tierney
  3. */
  4. PARSE ARG file
  5. ADDRESS COMMAND Copy file TO file || '.dup' CLONE QUIET
  6. EXIT 0
  7.  
  8.